Add a note about range arrow sensitivity.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2005 15:04:21 +0000 (15:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 17 Nov 2005 15:04:21 +0000 (15:04 +0000)
2005-11-17  Matthias Clasen  <mclasen@redhat.com>

* README.in: Add a note about range arrow sensitivity.

ChangeLog
ChangeLog.pre-2-10
README.in

index 28a729fd63a44e62fc970dffffa1afe54b70f34a..100264926585d3e4a70fa28111dc76e2dada6bac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Add a note about range arrow sensitivity.
+
        * perf/treeview.c: const correctness fixes
        found by Arjan van de Ven and gcc.
 
index 28a729fd63a44e62fc970dffffa1afe54b70f34a..100264926585d3e4a70fa28111dc76e2dada6bac 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Add a note about range arrow sensitivity.
+
        * perf/treeview.c: const correctness fixes
        found by Arjan van de Ven and gcc.
 
index 0880fbbe3a9d9c5389d58402ca8bc776f33a0c3f..7cc43047990179aa9829254dab564cbf37e931cc 100644 (file)
--- a/README.in
+++ b/README.in
@@ -36,6 +36,12 @@ Release notes for 2.10
   in third-party widgets which forget to call gtk_style_attach() in their
   realize functions.
 
+* Range widgets like GtkScrollbar now render their arrows insensitive
+  when the slider is at the end. Applications which react to arrow
+  clicks even if the slider is at the end may want to use the new
+  gtk_range_set_[upper/lower]_stepper_sensitivity() functions to
+  prevent the arrows from being rendered insensitive.
+
 Release notes
 =============